home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / cdity / mcx176.lha / HCX13.lha / HandleCX.doc < prev   
Text File  |  1995-03-19  |  5KB  |  137 lines

  1. ------------------------------------------------------------------------
  2.                         HandleCX 1.3 (19-Mar-95)
  3. ------------------------------------------------------------------------
  4.  
  5. HandleCX  is  a  CLI-replacement  for Exchange to help you handling your
  6. commodities.   In  many cases it is useful to have full control over all
  7. running  commodities  in  scripts,  e.g.  to start a game which does not
  8. like screenblankers.
  9.  
  10.  
  11. ------------------------------------------------------------------------
  12.                                  Usage
  13. ------------------------------------------------------------------------
  14.  
  15. The syntax of the HandleCX command is:
  16.  
  17.   HandleCX CX_NAME/M,L=LIST/S,V=VERBOSE/S,P=POPUP/S,H=HIDE/S,E=ENABLE/S,
  18.            D=DISABLE/S,R=REMOVE/S,T=TOGGLE/S
  19.  
  20.  
  21. The parameters are:
  22.  
  23.     CX_NAME         name of a commodity,
  24.                     case-indepentent,
  25.                     must be quoted if it contains spaces,
  26.                     multiple names and wildcarding are allowed
  27.  
  28.     LIST    or L    lists all or selected commodities,
  29.                     may be combined with other commands
  30.  
  31.     VERBOSE or V    like LIST, but with more infos
  32.  
  33.     POPUP   or P    like "Show Interface" in Exchange
  34.  
  35.     HIDE    or H    like "Hide Interface" in Exchange
  36.  
  37.     ENABLE  or E    like "Active" in Exchange
  38.  
  39.     DISABLE or D    like "Inactive" in Exchange
  40.  
  41.     REMOVE  or R    like "Remove" in Exchange
  42.  
  43.     TOGGLE  or T    toggles Active/Inactive status
  44.  
  45.  
  46.     Only ONE command is allowed at a time!
  47.     That means only the first command found will be executed.
  48.  
  49.  
  50. List format:
  51.  
  52.        $0782FD70: CapShift                 ACTIVE   NOGUI
  53.        $0783F6E0: CycleToMenu              ACTIVE   NOGUI
  54.        $07841350: Magic Menu               ACTIVE   GUI
  55.        $078413D8: Arq 1.78                 ACTIVE   NOGUI
  56.        $078486C8: Exchange                 ACTIVE   GUI
  57.        $07848750: PrintManager             ACTIVE   GUI
  58.        $078487D8: MouseShift               ACTIVE   NOGUI
  59.        $07848860: CrossDOS                 ACTIVE   GUI
  60.        $078488E8: XFH                      ACTIVE   GUI
  61.        $07848970: KCommodity               ACTIVE   GUI
  62.        $078489F8: DynamiCache              ACTIVE   GUI
  63.        $07848D08: Spliner                  ACTIVE   GUI
  64.        $07848D90: ToolManager              ACTIVE   NOGUI
  65.        $07848E18: PowerSnap                ACTIVE   GUI
  66.        ^          ^                        ^        ^
  67.        |          |                        |        |
  68.        |          CX_Name                  |        |
  69.        |                                   |        |
  70.        |_________ Address of Structure     |        |
  71.                                            |        |
  72.                   Commodity is ACTIVE _____|        |
  73.                                                     |
  74.                   Commodity has a GUI or not _______|
  75.  
  76.  
  77. Verbose list format:
  78.  
  79.   $07416840: CapShift                 ACTIVE   NOGUI
  80.   : CapShift 1.00 © 1993 Alessandro Sala (Changes shift/caps behaviour.)
  81.  
  82.  
  83. ------------------------------------------------------------------------
  84.                                 History
  85. ------------------------------------------------------------------------
  86.  
  87. 1.0     - initial release
  88.  
  89. 1.1     - implemented wildcarding
  90.           Some AmigaShell replacements need quotes around wildcards!
  91.  
  92. 1.2     - changed command template,
  93.           verbose list implemented
  94.  
  95. 1.3     - implemented TOGGLE option
  96.  
  97.  
  98. ------------------------------------------------------------------------
  99.                                  Author
  100. ------------------------------------------------------------------------
  101.  
  102.  
  103.                              Martin Berndt
  104.  
  105.                           Fr.-Alfred-Str. 115
  106.                              47226 Duisburg
  107.  
  108.                                 Germany
  109.  
  110.                      E-Mail: m_berndt@tron.gun.de
  111.  
  112.  
  113. ------------------------------------------------------------------------
  114.                               Legal stuff
  115. ------------------------------------------------------------------------
  116.  
  117. Copyright
  118. ---------
  119. HandleCX  is written and copyright © 1994 by Martin Berndt.  No parts of
  120. this  program  may  be  altered  by  any  means  (this includes editing,
  121. reprogramming, crunching, resourceing etc.), except archiving.
  122.  
  123. Disclaimer
  124. ----------
  125. The  author  is in no way liable for any changes made to any part of the
  126. program,  or  consequences thereof as he is in no way liable for damages
  127. or loss of data directly or indirectly caused by this software.
  128.  
  129. Distribution
  130. ------------
  131. Neither fees may be charged nor profits may be made by distributing this
  132. piece  of  software.  Only a nominal fee for costs of magnetic media may
  133. be  accepted,  the  amount  of  US  $5  shouldn't be exceeded for a disk
  134. containing HandleCX.
  135.  
  136. ------------------------------------------------------------------------
  137.